Scrapbox iconをhamburger iconにする
こうなる
https://gyazo.com/a2ce270fc48aad254f14f5ac002fe6c2
2021-07-06
code:style.css
.brand-icon {
display: none !important;
}
.navbar-brand::before {
content: '\f0c9';
font-family: 'Font Awesome 5 Free';
font-size: 28px;
font-weight: 900;
}
/icons/hr.icon
old versions
code:style.old2.css
.brand-icon { display: none !important }
.navbar-brand::before {
content: '\f0c9'; font-family: FontAwesome; font-size: 28px; color: #bbbbbb; } code:style.old.css
.navbar-brand img, .navbar-brand span { display: none !important }
.navbar-brand::before {
content: '\f0c9'; font-family: FontAwesome; font-size: 28px; color: #bbbbbb; }